home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Aug 89 / X0001-Macapp Timing with -Aug89 < prev    next >
Encoding:
Text File  |  1989-08-22  |  1.8 KB  |  48 lines  |  [TEXT/GEOL]

  1. Item    8298933                         1-Aug-89        20:27
  2.  
  3. From:   D1037                           Jasik Designs, Steve Jasik, PRT
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    Macapp Timing with IBS
  8.  
  9. MacApp Timing Data
  10. Comparison of Standard MPW 3.x Versus MPW & The Debugger with IBS
  11. ( IBS = Incremental build System, announced at the May developers conference)
  12.  
  13. Machine: Mac II with PMMU, 5 Megs RAM, CDC 150 HD & 128K RAM cache
  14. System 6.0.3 with MPW 3.0 Shell, 3.1b1 Pascal & Link
  15. Program: Drawshapes, compiled & Linked with "SYM ON"
  16.  
  17.         Std MPW   MPW+IBS time to change 1 procedure
  18. MaBuild      ??     ??
  19. compile     127     25 seconds  (IBS has Pascal doing incremental compiles!)
  20. Link        124      2        (incremental Link for IBS)
  21. Rez          16      0
  22. Launch APPL   4      0 - no need to reLaunch the APPL, it is still running !
  23.             ---    ---
  24. Totals      271     27 seconds
  25.  
  26. Time saved = 244 seconds or 4 Minutes and 4 seconds.
  27.  
  28. Beta versions of IBS have been shipping with the Universal version of
  29. The Debugger since June.  I expect to ship V1.0 on August 7.
  30. All registered users will be automatically updated to it (via US Mail).
  31.  
  32. Other facilites of The Debugger of interest to the MacApp community are the
  33. ability of it to dynamically define or REDEFINE types while your program is
  34. running.  This is useful as The Debugger is able to digest definitions of the
  35. form:
  36. aRec = RECORD n:integer; ... xx:ARRAY[1..n] of WORD end;
  37. ( i.e. variable size records)
  38.  
  39. The redefinition facility is useful as the compiler may screw up your type
  40. definition, or as in the above case, you cannot say what you want to in Pascal.
  41.  
  42. The Debugger and the MacApp debugger can be coresident.
  43. The Debugger is capable of displaying objects in a structured form when used
  44. in conjunction with MPW 3.1.
  45.  
  46. Steve Jasik (Author of The Debugger V2 & MacNosy)
  47.  
  48.